Skip to main content

PostgreSqlArrayConverterBase<T>

Assembly: ServiceStack.OrmLite.PostgreSQL.dll
View Source
Declaration
public abstract class PostgreSqlArrayConverterBase<T> : NativeValueOrmLiteConverter, IOrmLiteConverter

Properties

DbType

View Source
Declaration
public override DbType DbType { get; }

Methods

ToQuotedString(Type, Object)

View Source
Declaration
public override string ToQuotedString(Type fieldType, object value)
Returns

System.String

Parameters
TypeName
System.TypefieldType
System.Objectvalue

Inherited Methods

ToQuotedString(Type, Object)

View Source
Declaration
public override string ToQuotedString(Type fieldType, object value)
Returns

System.String

Parameters
TypeName
TypefieldType
System.Objectvalue

Implements